home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / md.000 / scripts / DefineButton2_58 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  254b  |  11 lines

  1. on(release){
  2.    if(_root.conectado == 1)
  3.    {
  4.       _level6.browser("http://www.topgames.com.br/cd/acesso_cd.php?revista=" + _level1.revista + "&edicao=" + _level1.edicao,2,"novidades");
  5.    }
  6.    else
  7.    {
  8.       _level6.chama_discador();
  9.    }
  10. }
  11.